entrycompletion: Remove unnecessary NULL check
authorTimm Bäder <mail@baedert.org>
Sat, 18 Mar 2017 06:13:13 +0000 (07:13 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 18 Mar 2017 06:13:13 +0000 (07:13 +0100)
commitc7c9a0ee51ae88099997fa9279a2cfdcc4da6dad
tree5159e7a5201e344d2ffe1099a7e19bcc91d8888a
parent53f0c2626ef8aa95f8223c75c36474e3a047cd2e
entrycompletion: Remove unnecessary NULL check

completion really shouldn't be NULL at this point, especially since it
gets dereferenced higher up in the function.
gtk/gtkentrycompletion.c